home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / receipt.arc / RECEIPT.DOC < prev   
Text File  |  1986-07-09  |  1KB  |  28 lines

  1. RECEIPT.BAS
  2.  
  3. A print routine that uses the capabilities of a dot matrix printer to produce
  4. the cash register receipt you can never seem to find when you mail in a request
  5. for rebate, etc.
  6.  
  7. The program uses expanded and subscript fonts to produce a realistic cash
  8. register receipt. It is set-up for EPSON MX/FX control codes but can be modified
  9. for other printers with similar features. The necessary control codes are
  10. defined as constants in the first lines of the program.
  11.  
  12. A description and price must be supplied for each item to be included in the
  13. output. After the first item is entered, a capability to duplicate the
  14. description and price of the last item is available by entering a "+" as the
  15. only character of the description. Typing carriage return when asked for a
  16. description will terminate the entry process and cause printing to start.
  17.  
  18. A sub-total, sales tax, and total are calculated and printed as part of the
  19. process. The tax rate is also a constant defined in the first lines of the
  20. program.
  21.  
  22.  
  23. Happy rebate'ing !
  24.  
  25.  
  26.  
  27. The Swamp Fox
  28.